Ignore raft unit tests for cugraph [skip ci] - #292
Conversation
This PR adds a flag to ignore the `raft` unit tests in the `cugraph` repo since those tests are meant to be run from the `raft` repo itself (and not a downstream repo).
rlratzel
left a comment
There was a problem hiding this comment.
LGTM. It would be nice if we could have a universal test script for cugraph (which was the intent behind this), much like we do with build.sh but that might be out-of-scope for this PR - just something to keep in mind to reduce maintenance later.
We have the source builds of every repo in the images we are testing with this, so its very doable. Though I would like it to be fleshed out with all the repos. That way we can either have a generalized script in here that references the repos via a variable and we just have a common structure and execution, which also results in us being able to combine all the nightly devel jobs into a single job. |
This PR adds a flag to ignore the
raftunit tests in thecugraphrepo since those tests are meant to be run from theraftrepo itself (and not a downstream repo).